pandas slice based on column value

48

pandas slice based on column value -

df.loc[df['column_name'] == some_value]

Comments

Submit
0 Comments